Do not output "Blocking - waiting for lock" with -q
authorGeorg Brandl <georg@python.org>
Fri, 26 May 2017 08:07:29 +0000 (10:07 +0200)
committerGeorg Brandl <georg@python.org>
Fri, 26 May 2017 08:07:30 +0000 (10:07 +0200)
commitdd8da8f5add1e44b3d0b7a503c8d482c5ea3a51c
tree2737279920e86ce8852775da50ab97182f6e26a3
parentb96038c418df0f28839997b1577ecc8ad550de74
Do not output "Blocking - waiting for lock" with -q

This is not an error, so it should not be printed unconditionally
to stderr.  Since it can appear intermittently (e.g. due to editor
integration calling build every now and then) it will disturb
things that expect exact output from cargo (e.g. test suites).
src/cargo/core/shell.rs
src/cargo/util/flock.rs